home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _comms / comms / archiboard / !BulBoard / !BBSsys / MenuTask / Commands < prev    next >
Text File  |  1994-01-11  |  4KB  |  153 lines

  1. |  command file
  2.  
  3. goto_menu(M)            143
  4. | goto the menu passed without stacking the menu
  5. |
  6. gosub_menu(M)           144
  7. | gotos the menu passed and stacks the menu
  8. |
  9. return_menu()           145 0
  10. | gotos to the menu off the top of the stack and removes it
  11. |
  12. clear_goto_menu(M)      146
  13. | clears the stack and puts the menu passed on the top of the stack
  14. |
  15. display_textfile(S)     147
  16. | displays the textfile passed, assumes file is in !BulBoard.text
  17. |
  18. change_password()       148 0
  19. | allows the user to change their password
  20. |
  21. logoff()                149 0
  22. | logs off the user immediately
  23. |
  24. print_string(S)         150
  25. | prints out the string S passed
  26. |
  27. questionnaire(S)         151
  28. | starts the questionaire passed, assumes in !Bulboard.Question
  29. |
  30. change_address()        152 0
  31. | allows the user to change their address
  32. |
  33. change_page_length()    153 0
  34. | allows the user to change their page length
  35. |
  36. change_clear_screen()   154 0
  37. | Allows user to select if screen clearing is on
  38. |
  39. change_pause_page()     155 0
  40. | Allows the user to select if end of page pausing is on
  41. |
  42. change_newline()        156 0
  43. | Allows the user to toggle if Linefeed or Linefeed/Return is sent
  44. |
  45. change_pseudonym()      157 0
  46. | Allows the user to change their psuedonym
  47. |
  48. change_telephone()      158 0
  49. | Allows the user to change their telephone number
  50. |
  51. change_location()       202 0
  52. | Allows the user to change their location
  53. |
  54. change_user_data(S)     203
  55. | Allows the user to change their user data field,
  56. |  the string passed is the prompt that is used
  57. |
  58. change_name()           194 0
  59. | Allows the user to change their name
  60. |
  61. show_terminal()         204 0
  62. | Shows the user terminal settings
  63. |
  64. change_terminal()       205 0
  65. | Allows the user to change their terminal type
  66. |
  67. long_menu()             206 0
  68. | Forces the next menu to be displayed to come
  69. | out in long form
  70. |
  71. last_users_list()       207 0
  72. | displays the last 20 user list
  73. |
  74. pause_on_space()        208 0
  75. | pauses until the user presses space
  76. |
  77. display_term_dumb(S)    221 0
  78. | the file passed is only displayed if the users
  79. | terminal is dumb (assumes file is in !Bulboard.text)
  80. |
  81. display_term_vt52(S)   221 1
  82. | the file passed is only displayed if the users
  83. | terminal is vt52
  84. |
  85. display_term_ansi(S)    221 2
  86. | the file passed is only displayed if the users
  87. | terminal is ansi
  88. |
  89. display_term_vt100(S)   221 3
  90. | the file passed is only displayed if the users
  91. | terminal is vt100
  92. |
  93. change_menus_short()    222 0
  94. | changes the users settings for menus to
  95. | menu prompts only
  96. |
  97. change_menus_auto()     222 1
  98. | changes the users settings for menus to
  99. | long menus when seen first time and just
  100. | prompts otherwise
  101. |
  102. change_menus_long()     222 2
  103. | changes the users settings for menus to
  104. | long menus all the time
  105. |
  106. online_users()          223 0
  107. | displayes the online user list
  108. |
  109. sysop_chat()            224 0
  110. | calls the sysop for a chat
  111. |
  112. command()               225 0
  113. | enters menu command subsystem
  114. |
  115. command_list()          226 0
  116. | lists the menu commands available to the
  117. | user
  118. |
  119. change_hotkeys()        227 0
  120. | Allows the users to select whether hotkeying
  121. | is active or not
  122. |
  123. change_backspace()      228 0
  124. | Allows the user to select whether backspace
  125. | acts as cursor left or delete
  126. |
  127. change_dob()            233 0
  128. | Allows the user to change their date of birth
  129. |
  130. today_in_history()      229 0
  131. | displays the today in history file
  132. |
  133. start_door(N)           230
  134. | starts the door whose number is passed
  135. |
  136. system_command(S)       231
  137. | executes the oscli command passed
  138. |
  139. list_menus()            210 0
  140. | lists the menus on the system
  141. |
  142. view_user()             215 0
  143. | views a users details
  144. |
  145. user_search()           140 0
  146. | enters user search routine
  147. |
  148. task_list()             235 0
  149. | displays task listing
  150. |
  151. user_chat()             236 0
  152. | join into user chat
  153. |